home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / honey_be.swf / scripts / DefineSprite_326_notenough / frame_1 / DoAction.as
Text File  |  2010-04-12  |  178b  |  12 lines

  1. onum = r.stat.notebig.onumber;
  2. a.appear(25);
  3. d = 35;
  4. onEnterFrame = function()
  5. {
  6.    d--;
  7.    if(!d or r.stat.notebig.onumber != onum)
  8.    {
  9.       disappear(25);
  10.    }
  11. };
  12.